type github.com/jackc/pgx/v5/pgtype.wrapByteSliceEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1508: 		return &wrapByteSliceEncodePlan{}, byteSliceWrapper(value), true
		pgtype.go#L1736: type wrapByteSliceEncodePlan struct {
		pgtype.go#L1740: func (plan *wrapByteSliceEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1742: func (plan *wrapByteSliceEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {